{% extends 'base.html' %} {% block title %}Help Center — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Help Center

Find quick answers or send us a message — we’re here to help with courses, certifications, payments, and technical issues.

Common questions

Create a student account, open a course, and complete enrollment. You’ll be asked for your education background, then pay (if required) to activate access.

Apply for a program, provide your education background, pay the fee, schedule a testing center or remote exam, then sit the proctored MCQ exam.

Use Verify Certificate and enter the unique code printed on the certificate.

Yes. Logged-in users can also use {% if user.is_authenticated %} Support Tickets {% else %} Support Tickets after login {% endif %} for ongoing issues.
{% if user.is_authenticated %} My support tickets {% endif %}

Contact us

Send a message and our team will get back to you by email.

{% csrf_token %}
{{ form.name }} {% if form.name.errors %}
{{ form.name.errors.0 }}
{% endif %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}
{{ form.phone }}
{{ form.topic }}
{{ form.subject }} {% if form.subject.errors %}
{{ form.subject.errors.0 }}
{% endif %}
{{ form.message }} {% if form.message.errors %}
{{ form.message.errors.0 }}
{% endif %}
{% endblock %}